home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
fdmsrrc.igz
/
fdmsrrc.img
/
LIB
/
Ndis
/
NE2000.CAB
/
autorun.bat
next >
Wrap
DOS Batch File
|
2002-03-27
|
441b
|
23 lines
@echo off
rem skip wbat box ?
if "%p_int%" == "" goto _prompt
if "%p_port%" == "" goto prompt
goto _skip
:_prompt
set p_int=10
set p_port=0x300
call w.bat box @%ramdrv%\net\autorun.bat:w_ne2000
:_skip
echo Interrupt=%p_int% >> %ramdrv%\net\%pci0%.ini
echo IOBase=%p_port% >> %ramdrv%\net\%pci0%.ini
rem
goto _end
:w_ne2000 " NE2000 settings "
Interrupt : [$ p_int,2]
I/O port : [$ p_port,5]
[ OK ]
::
:_end